home *** CD-ROM | disk | FTP | other *** search
- Subject: CW9 68k & ODF R1?
- Sent: 5/20/96 7:19 AM
- Received: 5/22/96 8:31 AM
- From: Masahiro Abe, m_abe@sainet.or.jp
- Reply-To: ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
- Has anybody figured out how to build working OpenDoc Part with ODF R1 and
- CW9 CFM68k? I've tried it but so far the resultant ODFNothing always causes
- bus error.
-
- I would appreciate if anybody know anything about following items.
-
- 1. Is there "ODFrc" plug-in for CW IDE in some archive?
- I've downloaded minimum set of archives noted in ODF download page, and
- found ODFrc MPW tool, not CWIDE plug-in.
-
- 2. Does "Exception68k.cpp" in Runtime 68k library of CW9 need to be
- included into ODFRuntime.lib, if I'm not using native C++ exception?
- It gave me the compile error that "try" is not allowed if C++ exception is
- not enabled. I've just commented out those code, but this file may not be
- needed.
-
- 3. Has anybody had similar bus error as me? Has anybody fugured out what is
- the cause of the bus error, and how to fix it?
- I've found out that bus error happened in this calling sequence:
-
- CNothingFrame::Draw
- FW_CGraphicContext::InitGraphicContext
- FW_PrivGC_Initialize
- FW_FailOnEvError
- FW_GetEvError
-
- It seems to me that the bus error happens when the valiable ev is
- accessed.I haven't had time to figure out more.
-
- I'll greatly appreciate any comments regarding those issue.
- #####################################################################
- ##### Masahiro Abe <Internet : m_abe@sainet.or.jp > #####
- ##### <Niftyserve : BXA03713@niftyserve.or.jp> #####
- #####################################################################
-